Carbon


FrontNonFloatingWindow

Header: MacWindows.h Carbon status: Supported

Returns a pointer to the application’s frontmost visible window that is not a floating window.

WindowRef FrontNonFloatingWindow ();
function result

A pointer to the first visible window in the window list that is of a nonfloating class. See “Window Class Constants” for a description of window classes.

DISCUSSION

Your application should call the FrontNonFloatingWindow function when you want to identify the frontmost visible window that is not a floating window. If you want to identify the frontmost visible window, whether floating or not, your application should call the function FrontWindow.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when WindowsLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by WindowsLib 8.5 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)